.header-li img{
    width:120px;
    height:100px;
}
.head{
    width: 1200px;
    margin: 0 auto;
}
.head-ul{
    overflow: hidden;
}
.header-li{
    float: left;
    line-height: 90px;
    padding:  0 20px;
}
.ml200{
    margin-left: 100px;
}
.banner{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
/* c产品中心 */
.product{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
}

.product-top-left-title{
    font-size: 34px;
}
.hr{
    width: 30px;
    height: 3px;
    background-color:  #147bfa;
    border: #147bfa;
    margin: 15px 0;
}
.product-top-left-text{
    font-size: 22px;
    color: #333333;
    margin-bottom: 40px;

}
.product-top-right{
    float: right;
    width: 180px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background-color: #333333;
    text-align: center;
    border-radius: 25px;
    margin-top: 50px;
}
.product-ul{
    overflow: hidden;
    width: 100%;
    margin-top: 150px;
}
.product-ul-li{
	width: 31%;
    /*height: 300px;*/
    margin: 1%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.product-ul-li a{
	display: block;
    overflow: hidden;
}
/*.product-ul-li>img{*/
	
/*    transform: scale(1);*/
/*}*/
.product-ul-li img:hover{
	transform: scale(1.3);
	transition: all 0.5s;
}
.product-top-left{
    float: left;
}
.product-ul-li-pro{
    background:rgba(0,100,250,0.5);
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    top: -40px;
}
.product-ul-li-name{
    float: left;
    color: white;
    line-height: 40px;
    padding-left: 10px;
}
.product-ul-li-duo{
    float: right;
    color: white;
    line-height: 40px;
    font-size: 12px;
    padding-right: 10px;
}


/* 公司介绍 */
.about{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f2f2f2;
    margin-top: 50px;
}
.about-left{
    float: left;
    width: 60%;
    background: url(../images/gsjsbg.png) no-repeat center center;
    background-size: 100% 100%;
    height: 600px;
}
.about-right{
    float: left;
    width: 480px;
}
.conpy{
    padding: 40px;
    text-indent: 2em;
    line-height: 32px;
}

/* 应用领域 */
.yingyong{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.yingyong-ul{
    overflow: hidden;
    width: 100%;
    width: 1200px;
    margin: 0 auto;
}
.yingyong-ul-li{
    float: left;
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}
.yingyong-ul-li:hover{
	background-color: #f3f3f3;
}
.yingyong-title{
    line-height: 50px;
}
.yingyong-text{
    line-height: 28px;
    font-size: 14px;
    color: #333;
    height: 85px;
    overflow: hidden;
}

/* 新闻中心 */
.news{
    background: url(../images/xwzx.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 50px;
}
.news-ul{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.news-ul-li{
    float: left;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    height: 475px;
    overflow: hidden;
}



.news-ul-lir{
    float: left;
    width: 40%;
    background: #fff;
    padding: 18px 40px;
    box-sizing: border-box;
    margin-top: 20px;
}
.news-left-title{
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.news-left-date{
    font-size: 12px;
    line-height: 24px;
}
.news-left-text{
    font-size: 12px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
}
.news-right-li{
    overflow: hidden;
    width: 100%;
    background-color: #f2f2f2;
    margin: 25px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.news-right-li:hover{
	background-color: #147afa;
	color: #fff!important;
	transition:all 0.5s;
}
.news-right{
    float: left;
}
.news-right-jiantou{
    float: right;
}
.news-right-title{
    line-height: 32px;
    width: 350px;
    height: 32px;
    overflow: hidden;
}
.news-right-date{
    font-size: 14px;
    line-height: 28px;
}
.news-wen{
    position: relative;
    top: -140px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8)!important;
}
.news-ul-li:hover .news-wen{
	color: #fff!important;
	background: rgba(20,123,250,0.8)!important;
	transition: all 0.5s;
}
/* 留言 */
.message-bottom{
    width: 100%;
    overflow: hidden;
}
.messige-left{
    width: 50%;
    float: left;
}
.message-right{
    width: 50%;
    float: left;
    padding: 0 50px;
    box-sizing: border-box;
}

input{
    display: block !important;
    line-height: 30px !important;
    margin: 5px 0px !important;
    width: 100%;
    padding-left: 10px !important;
}
textarea{
    resize: vertical;
    width: 100%;
    height: 135px;
    padding: 10px;
    box-sizing: border-box;
}
.button{
    background: #3d3a39;
    color: #fff;
    border: 0px;
}
.foot{
    background: #3d3a39;
}
.foot-top{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /* background: #3d3a39; */
    padding: 50px 0;
    color: #fff;
}
.foot-top-left{
    width: 135px;
    float: left;
    overflow: hidden;
}
.foot-top-right{
    float: left;
    margin-left: 40px;
}
.p{
    font-size: 14px;
    line-height: 28px;
}
.foot-bottom{
    width: 100%;
}
.beian{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 70px;
    background: #242221;
    color: #fff;
}